
/* start /web-platform/styles/browserErrors/browserErrors.css*/
#browserErrors {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.soeErrMsg#oldBrowser, .soeErrMsg#noCookies{
	display: none;
}
.soeErrMsg {
	clear: both;
}
.soeErrMsg * {
	font-family: 'Trebuchet MS', Arial;
	font-weight: bold;
}
.soeErrMsg .soeErrMsgTitle {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	background-color: #760204;
	padding: 0 31px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
.soeErrMsg .soeErrMsgBody {
	font-size: 13px;
	color: #4b4b4b;
	background-color: #ffffff;
	padding: 12px 31px 17px 31px;
	text-align: center;
}
.soeErrMsg .soeErrMsgBody ul.browserList {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.soeErrMsg .soeErrMsgBody ul.browserList li {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
}
.soeErrMsg .soeErrMsgBody ul.browserList li.ffx {
	background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/browserErrors/images/browsers/ffx.png?v=3004990577') no-repeat left center transparent;
}
.soeErrMsg .soeErrMsgBody ul.browserList li.gc {
	background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/browserErrors/images/browsers/gc.png?v=3962589434') no-repeat left center transparent;
}
.soeErrMsg .soeErrMsgBody ul.browserList li.ie {
	background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/browserErrors/images/browsers/ie.png?v=2953330220') no-repeat left center transparent;
}
.soeErrMsg .soeErrMsgBody ul.browserList li.as {
	background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/browserErrors/images/browsers/as.png?v=1669563081') no-repeat left center transparent;
}
.soeErrMsg .soeErrMsgBody ul.browserList li a {
	color: #0E78C9;
	line-height: 41px;
	padding: 0 25px 0 45px;
	display: inline-block;
	text-decoration: none;
}
.soeErrMsg .soeErrMsgBody ul.browserList li a:visited {
	color: #0E78C9;
}

/* end /web-platform/styles/browserErrors/browserErrors.css*/

/* start /web-platform/styles/global-brand-bar/global-brand-bar.css*/
/* Daybreak Games Global Brand Bar */
/*  Un-comment for site specific vars */
/* BS navbar-default */
#brandBar {
  margin: 0;
  min-height: 38px;
  height: 38px;
  width: 100%;
  position: relative;
  z-index: 112;
  border: none;
  border-radius: 0;
  background: black;
  transition: background 0.25s;
  /* BS container */
}
#brandBar #brandBarAlign {
  max-width: 1200px;
  min-width: initial;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* BS navbar-header */
  /* BS navbar-collapse */
}
#brandBar #brandBarAlign #brandLogo {
  height: 38px;
  /* BS navbar-brand */
}
@media (max-width: 767px) {
  #brandBar #brandBarAlign #brandLogo {
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
  }
}
#brandBar #brandBarAlign #brandLogo button.navbar-toggle {
  border: none;
  border-radius: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  float: right;
}
#brandBar #brandBarAlign #brandLogo button.navbar-toggle.collapsed {
  background-color: #000000;
}
#brandBar #brandBarAlign #brandLogo button.navbar-toggle:not(.collapsed) {
  background-color: #d81e05 !important;
  background: #d81e05 !important;
}
#brandBar #brandBarAlign #brandLogo button.navbar-toggle i#globalNavState {
  font-size: 24px;
  color: #ffffff;
}
#brandBar #brandBarAlign #brandLogo button.navbar-toggle span.navbar-text {
  color: #888888;
}
#brandBar #brandBarAlign #brandLogo button.navbar-toggle span.icon-bar {
  display: block;
  width: 20px;
  height: 4px;
  line-height: 0;
  border-radius: 0;
  background-color: #888888;
}
#brandBar #brandBarAlign #brandLogo button.navbar-toggle:hover {
  background-color: transparent;
}
#brandBar #brandBarAlign #brandLogo button.navbar-toggle:focus {
  background-color: inherit;
  outline: none;
}
#brandBar #brandBarAlign #brandLogo a#brand {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  display: block;
  height: 139px;
  width: auto;
  padding: 0;
  z-index: 2;
}
#brandBar #brandBarAlign #brandLogo a#brand img {
  height: 100%;
}
@media (max-width: 767px) {
  #brandBar #brandBarAlign #brandLogo a#brand img {
    height: auto;
  }
}
#brandBar #brandBarAlign #brandLogo a#brand.game-tray-open {
  height: 68px;
}
@media (max-width: 1385px) {
  #brandBar #brandBarAlign #brandLogo a#brand {
    height: 68px;
  }
}
@media (max-width: 991px) {
  #brandBar #brandBarAlign #brandLogo a#brand {
    height: 68px;
  }
}
@media (max-width: 767px) {
  #brandBar #brandBarAlign #brandLogo a#brand {
    height: auto;
    top: 6px;
    left: 15px;
  }
}
#brandBar #brandBarAlign #brandLogo a.mobile-auth {
  position: relative;
  float: right;
  margin-right: 10px;
  color: #ffffff;
  line-height: 32px;
  text-decoration: none;
}
#brandBar #brandBarAlign #brandLogo a.mobile-auth span.welcome {
  padding-right: 3px;
  cursor: default;
}
@media (max-width: 480px) {
  #brandBar #brandBarAlign #brandLogo a.mobile-auth span.welcome {
    display: none;
  }
}
#brandBar #brandBarAlign #brandLogo a.mobile-auth span.username {
  color: #ed8b00;
  cursor: default;
}
#brandBar #brandBarAlign #brandLogo a.mobile-auth:hover {
  color: #ed8b00;
}
#brandBar #brandBarAlign #brandLogo a.mobile-auth:hover span.welcome {
  color: #ffffff;
}
#brandBar #brandBarAlign #brandBarMenu {
  height: auto;
  border: none;
  max-height: inherit;
  /* BS in class - hamburger clicked in xs */
  /* BS navbar-right */
}
@media (max-width: 767px) {
  #brandBar #brandBarAlign #brandBarMenu {
    background-color: #000000;
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
  }
}
#brandBar #brandBarAlign #brandBarMenu.in {
  overflow-y: inherit;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions {
  margin: 0 -15px 0 -15px;
  float: none;
  width: auto;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li {
  padding: 0;
  background-color: #000000;
  border-bottom: 1px solid #1f1f1f;
  text-align: left;
  display: block;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li.sign-out a.top-level {
  color: #ed8b00;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li:not(#brandBarCreateAccount):hover {
  background-color: #1f1f1f;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li a {
  width: 100%;
  font: 700 24px/38px 'PT Sans', sans-serif;
  padding-left: 40px;
  font-family: 'PT Sans', sans-serif;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li a span {
  font: 700 24px/38px 'PT Sans', sans-serif;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li.dropdown-container span.down-arrow {
  display: none;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li.dropdown-container ul.dropdown-menu {
  display: block;
  position: relative;
  margin: 1px 0 0 0;
  padding: 0;
  width: 100%;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li.dropdown-container ul.dropdown-menu li {
  height: 44px;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li.dropdown-container ul.dropdown-menu li a {
  font: 700 24px/38px 'PT Sans', sans-serif;
  padding-left: 40px;
  text-align: left;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li.dropdown-container ul.dropdown-menu li a span {
  font: 700 24px/38px 'PT Sans', sans-serif;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA {
  display: none;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li#brandBarCreateAccount a#accountCreate:hover {
  background-color: #1f1f1f;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li#brandBarAccountOptions {
  height: 0px;
  border-bottom: none;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li#brandBarAccountOptions a.auth-link {
  display: none;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li#brandBarAllAccess a span#allAccessLogo {
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  display: inline-block;
  min-height: 15px;
  min-width: 80px;
  line-height: 38px;
  text-indent: 0;
  background-image: none;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li.dbc-balance-item:hover {
  background-color: #000000 !important;
}
#brandBar #brandBarAlign #brandBarMenu.in ul#brandBarOptions li.dbc-balance-item a.top-level:hover {
  background-color: #1f1f1f;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions {
  height: 38px;
  margin-top: 0;
  margin-bottom: 0;
  color: #d9d9d9;
  padding: 0;
  top: 0px;
  font-size: 11px;
  position: relative;
  font-family: arial;
  text-transform: capitalize;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li {
  padding: 0 10px 0 15px;
}
@media (max-width: 767px) {
  #brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li {
    text-align: left;
  }
  #brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li a span#allAccessLogo {
    background-image: none;
  }
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li a {
  color: #d9d9d9;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 0;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li a.top-level {
  line-height: 38px;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li a:hover {
  color: #ed8b00;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container {
  /* Mobile fallback */
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container:hover {
  background-color: rgba(0, 0, 0, 0.85);
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container:hover ul.dropdown-menu {
  display: block;
  background: none;
  background-color: rgba(0, 0, 0, 0.85);
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container.show-nav {
  background-color: rgba(0, 0, 0, 0.85);
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container.show-nav span.down-arrow {
  background-position: bottom center;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container.show-nav ul.dropdown-menu {
  display: block;
  background-color: rgba(0, 0, 0, 0.85);
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container a span.welcome {
  padding-right: 3px;
  color: #ececec;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container a span.username {
  color: #ed8b00;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container a.dropdown-link {
  padding-right: 14px;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu {
  margin: 0;
  padding: 0 0 2px;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 185px;
  z-index: 1;
  border-radius: 0;
  border: none;
  box-shadow: 0 15px 40px -15px rgba(0, 0, 0, 0.8);
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu li {
  line-height: 20px;
  width: 100%;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu li:hover {
  color: #ed8b00;
  background-color: #333232;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu li a {
  padding: 5px;
  font-size: 12px;
  background: none;
  width: 100%;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu li.sign-out {
  border-top: 1px solid #353535;
  height: 33px;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu li.sign-out a {
  color: #ed8b00;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu li:last-child {
  margin-bottom: -2px;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA {
  border: none;
  top: 100%;
  right: 0;
  left: auto;
  min-width: 300px;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA.non-member li {
  line-height: 18px;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li {
  background-color: #000000;
  background-position: 9px 10px;
  background-repeat: no-repeat;
  padding: 5px 5px 5px 12px;
  font: 700 12px 'PT Sans', sans-serif;
  cursor: default;
  color: #ffffff;
  height: auto;
  width: 100%;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li:hover {
  color: #ffffff;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li span.promo-title {
  color: #ffc600;
  font: 700 12px/18px 'PT Sans', sans-serif;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li #membershipLink {
  padding: 0;
  width: auto;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li#memberInfoLink a {
  padding: 0;
  width: 100%;
  line-height: 2;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li#memberInfoLink .raquo {
  line-height: normal;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li#allAccessTitle {
  background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/global-brand-bar/images/all-access-bg.jpg?v=840329567') top center no-repeat;
  font-weight: bold;
  color: #ffffff;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li#findOutMore {
  font-weight: bold;
  color: #303030;
  font-size: 13px;
  background: #000000;
  height: 40px;
  margin-bottom: -2px;
  padding: 4px 5px 5px 8px;
  text-align: left;
  border-radius: 0;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li#findOutMore a.find-out-more-btn {
  display: inline-block;
  background: none;
  border: none;
  border-radius: 0;
  background-color: #dc4405;
  padding: 0 15px;
  width: auto;
  height: 30px;
  color: #ffffff;
  font: 700 14px/28px 'PT Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li#findOutMore a.find-out-more-btn span.raquo {
  position: relative;
  top: 0;
  font: 700 20px/28px 'PT Sans', sans-serif;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li#globalNavPromo {
  background-position: 9px 18px;
  height: auto;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li#globalNavPromo hr {
  margin-top: -2px;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li#globalNavPromo a {
  margin: -10px 0 10px 0;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li#globalNavPromo p {
  margin: 0 10px;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li#globalNavPromo p a {
  margin: 0;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA li:last-child {
  margin-bottom: -2px;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li.dropdown-container ul.dropdown-menu.AA span {
  line-height: normal;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li span.down-arrow {
  background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/global-brand-bar/images/dropdown-arrow.png?v=3794668775') top center no-repeat;
  display: block;
  height: 38px;
  width: 10px;
  top: 0;
  right: 6px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 767px) {
  #brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li span.down-arrow {
    background-image: none;
  }
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li span.down-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: '';
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li span.down-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: '';
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li span.down-arrow:hover:before,
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li span.down-arrow:hover:after {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li span {
  background: none;
  font: 700 11px/38px 'PT Sans', sans-serif;
  padding: 0;
  float: none;
  letter-spacing: 0;
  display: inline;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li span#brandBarIsMember {
  position: relative;
  top: 1px;
}
#brandBar #brandBarAlign #brandBarMenu ul#brandBarOptions li span#allAccessLogo {
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 15px;
  top: 3px;
  display: inline-block !important;
  min-height: 15px;
  min-width: 80px;
  text-indent: -9999px;
  background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/global-brand-bar/images/all-access-swatch.png?v=1663447801') top center no-repeat;
  height: auto;
}
#brandBar.scrolled {
  background-color: rgba(0, 0, 0, 0.95);
}
#brandBar.scrolled a#brand {
  height: 68px !important;
}
#brandBar.opaque,
#brandBar.opaque.scrolled {
  background-color: #131313;
}
#brandBar.feed-affixed {
  background-color: rgba(0, 0, 0, 0.95);
}
@media (max-width: 767px) {
  #brandBar {
    background-color: #000000;
  }
}


/* end /web-platform/styles/global-brand-bar/global-brand-bar.css*/

/* start /web-platform/styles/footer-alerts.css*/
#footerAlerts {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 900;
}

.footer-alert {
	display: none;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left;
}

.footer-alert-header,
.footer-alert-body {
	padding: 5px 10px;
}

.footer-alert-header h6,
.footer-alert-body p {
	font-family: inherit;
	font-size: inherit;
	margin: 0 auto;
	max-width: 1100px;
}

.footer-alert-header {
	background: #1b1b1b;
}

.footer-alert-header h6 {
	color: white;
	font-weight: bold;
	line-height: 18px;
}

.footer-alert-close {
	background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/footer-alert/images/close-sprite.png?v=3127259155') left top no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 17px;
	margin-left: 15px;
	vertical-align: -20%;
	width: 16px;
}

.footer-alert-close:hover {
	background-position: left bottom;
}

.footer-alert-body {
	background: #272828;
}

.footer-alert:not(:last-of-type) .footer-alert-body {
	padding-bottom: 15px;
}

.footer-alert-body p {
	color: #acabab;
	line-height: normal;
	padding: 0;
}

.footer-alert-body a:link {
	color: #0e78c9;
	font-weight: normal;
	text-decoration: none;
}

.footer-alert-body a:hover {
	color: #349eef;
	text-decoration: underline;
}

/* end /web-platform/styles/footer-alerts.css*/

/* start /styles/bootstrap.css*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v6/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/JX7MlXqjSJNjQvI4heMMGvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/vtwNVMP8y9C17vLvIBNZI_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/9kaD4V2pNPMMeUVBHayd7vY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/ATKpv8nLYAKUYexo8iqqrg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/kTYfCWJhlldPf5LnG4ZnHCEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/g46X4VH_KHOWAAa-HpnGPiEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/hpORcvLZtemlH8gI-1S-7iEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../../../web-platform/fontsglyphicons-halflings-regular.eot');
  src: url('../../../../web-platform/fontsglyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../../web-platform/fontsglyphicons-halflings-regular.woff') format('woff'), url('../../../../web-platform/fontsglyphicons-halflings-regular.ttf') format('truetype'), url('../../../../web-platform/fontsglyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../web-platform/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../../web-platform/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../../../web-platform/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../../../web-platform/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../../../web-platform/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../../../web-platform/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 65px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 22.5px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 65px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 15.5px;
  margin-bottom: 15.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 11.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
.navbar-btn.btn-sm {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
.navbar-btn.btn-xs {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-text {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/* end /styles/bootstrap.css*/

/* start /styles/core.css*/
/* ==============================
	 Font Declaration
	 =========================== */
@import url(https://fonts.googleapis.com/css?family=Electrolize);

@font-face {
  font-family: "Geogrotesque";
  font-style: normal;
  font-weight: bold;
  src: url("https://www.planetside2.com/styles/fonts/geogrotesque-bold.eot?v=2395838153#iefix") format("embedded-opentype"),
       url("https://www.planetside2.com/styles/fonts/geogrotesque-bold.woff?v=2305995187") format("woff"),
       url("https://www.planetside2.com/styles/fonts/geogrotesque-bold.otf?v=2507400892") format("opentype"),
       url("https://www.planetside2.com/styles/fonts/geogrotesque-bold.svg?v=582157034#GeogrotesqueBd") format("svg");
}
@font-face {
  font-family: "Geogrotesque";
  font-style: normal;
  font-weight: normal;
  src: url("https://www.planetside2.com/styles/fonts/geogrotesque-medium.eot?v=1566423330#iefix") format("embedded-opentype"),
       url("https://www.planetside2.com/styles/fonts/geogrotesque-medium.woff?v=1621264607") format("woff"),
       url("https://www.planetside2.com/styles/fonts/geogrotesque-medium.otf?v=871780234") format("opentype"),
       url("https://www.planetside2.com/styles/fonts/geogrotesque-medium.svg?v=1063374485#GeogrotesqueMd") format("svg");
}
@font-face {
  font-family: "Geogrotesque";
  font-style: italic;
  font-weight: normal;
  src: url("https://www.planetside2.com/styles/fonts/geogrotesque-medium-italic.eot?v=2583291297#iefix") format("embedded-opentype"),
       url("https://www.planetside2.com/styles/fonts/geogrotesque-medium-italic.woff?v=3827829089") format("woff"),
       url("https://www.planetside2.com/styles/fonts/geogrotesque-medium-italic.otf?v=2490082481") format("opentype"),
       url("https://www.planetside2.com/styles/fonts/geogrotesque-medium-italic.svg?v=1861590744#GeogrotesqueMdIt") format("svg");
}
@font-face {
  font-family: "Geogrotesque";
  font-style: normal;
  font-weight: bold;
  src: url("https://www.planetside2.com/styles/fonts/geogrotesque-semibold.eot?v=3835375905#iefix") format("embedded-opentype"),
       url("https://www.planetside2.com/styles/fonts/geogrotesque-semibold.woff?v=3526179068") format("woff"),
       url("https://www.planetside2.com/styles/fonts/geogrotesque-semibold.otf?v=2673125717") format("opentype"),
       url("https://www.planetside2.com/styles/fonts/geogrotesque-semibold.svg?v=2219892075#GeogrotesqueSmBd") format("svg");
}

/* ==============================
	 HTML5 element display
	 =========================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* ==============================
	 Base
	 =========================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html.no-scroll{overflow: hidden;}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.231;
	font-family: Helvetica, Arial, sans-serif;
	background: url('https://www-cdn.planetside2.com/images/global/ps2Bg_2000x1953.jpg?v=2139124631') center top no-repeat #000606;
}
body.fr_FR{
	letter-spacing: -0.4px;
}

#unisectionBody,
#noNavBody {
	color: white;
}

/*	========================================================
	iPAD BASIC
	======================================================== */
@media screen and (max-device-width: 480px) and (device-width: 768px){
	body.empires{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/empire-background.jpg?v=3172208798') center top no-repeat #000606;
	}
	body.ops,
	body.news,
	body.news-article,
	body.roadmap {
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/community-background.jpg?v=2386047961') center top no-repeat #000606;
	}
	body.faq,
	body.tutorials {
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/faq-background.jpg?v=639588861') center top no-repeat #000606;
	}
	body.forgelight{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/forgelight-background.jpg?v=4274281321') center top no-repeat #000606;
	}
	body.overview{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/overview-background.jpg?v=3221160268') center 5px no-repeat #000606;
		overflow-x:hidden;
	}
	body.media-page,
	body.game-streams{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/media-background.jpg?v=3288996385') center top no-repeat #000606;
	}
	body.shop,
	body.stationcash,
	body.membership,
	body.bundles,
	body.details,
	body.gamecards,
	body.player-studio,
	body.player-studio-faq,
	body.player-studio-get-started,
	body.player-studio-guide {
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/shop-background.jpg?v=662027214') center top no-repeat #000606;
	}
	body.home{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/index-background-v5.jpg?v=4131957742') center 20px no-repeat #000606;
	}
	#mainNavDock{
		background-image: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/main-nav-dock.png?v=1722095429');
	}
}
/*	========================================================
	iPAD PORTRAIT
	======================================================== */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	body.empires{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/empire-background.jpg?v=3172208798') center top no-repeat #000606;
	}
	body.ops,
	body.news,
	body.news-article,
	body.roadmap {
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/community-background.jpg?v=2386047961') center top no-repeat #000606;
	}
	body.faq,
	body.tutorials {
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/faq-background.jpg?v=639588861') center top no-repeat #000606;
	}
	body.forgelight{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/forgelight-background.jpg?v=4274281321') center top no-repeat #000606;
	}
	body.overview{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/overview-background.jpg?v=3221160268') center 5px no-repeat #000606;
		overflow-x:hidden;
	}
	body.media-page,
	body.game-streams{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/media-background.jpg?v=3288996385') center top no-repeat #000606;
	}
	body.shop,
	body.stationcash,
	body.membership,
	body.bundles,
	body.details,
	body.gamecards,
	body.player-studio,
	body.player-studio-faq,
	body.player-studio-get-started,
	body.player-studio-guide {
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/shop-background.jpg?v=662027214') center top no-repeat #000606;
	}
	body.home{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/index-background-v5.jpg?v=4131957742') center 20px no-repeat #000606;
	}
}
/*	========================================================
	iPAD LANDSCAPE
	======================================================== */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	body.empires{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/empire-background.jpg?v=3172208798') center top no-repeat #000606;
	}
	body.ops,
	body.news,
	body.news-article,
	body.roadmap {
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/community-background.jpg?v=2386047961') center top no-repeat #000606;
	}
	body.faq,
	body.tutorials {
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/faq-background.jpg?v=639588861') center top no-repeat #000606;
	}
	body.forgelight{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/forgelight-background.jpg?v=4274281321') center top no-repeat #000606;
	}
	body.overview{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/overview-background.jpg?v=3221160268') center 5px no-repeat #000606;
		overflow-x:hidden;
	}
	body.media-page,
	body.game-streams{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/media-background.jpg?v=3288996385') center top no-repeat #000606;
	}
	body.shop,
	body.stationcash,
	body.membership,
	body.bundles,
	body.details,
	body.gamecards,
	body.player-studio,
	body.player-studio-faq,
	body.player-studio-get-started,
	body.player-studio-guide {
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/shop-background.jpg?v=662027214') center top no-repeat #000606;
	}
	body.home{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/index-background-v5.jpg?v=4131957742') center 20px no-repeat #000606;
	}
}
/*	========================================================
	PHONE ONLY
	======================================================== */
@media screen and (max-device-width: 480px) {
	body.empires{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/empire-background.jpg?v=3172208798') center top no-repeat #000606;
	}
	body.ops,
	body.news,
	body.news-article,
	body.roadmap {
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/community-background.jpg?v=2386047961') center top no-repeat #000606;
	}
	body.faq,
	body.tutorials {
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/faq-background.jpg?v=639588861') center top no-repeat #000606;
	}
	body.forgelight{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/forgelight-background.jpg?v=4274281321') center top no-repeat #000606;
	}
	body.overview{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/overview-background.jpg?v=3221160268') center 5px no-repeat #000606;
		overflow-x:hidden;
	}
	body.media-page,
	body.game-streams{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/media-background.jpg?v=3288996385') center top no-repeat #000606;
	}
	body.shop,
	body.stationcash,
	body.membership,
	body.bundles,
	body.details,
	body.gamecards,
	body.player-studio,
	body.player-studio-faq,
	body.player-studio-get-started,
	body.player-studio-guide {
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/shop-background.jpg?v=662027214') center top no-repeat #000606;
	}
	body.home{
		background: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/index-background-v5.jpg?v=4131957742') center 20px no-repeat #000606;
	}
}
/*	========================================================
	END OF MOBILE MEDIA RULES
	======================================================== */
body.register{
	background: url('https://www-cdn.planetside2.com/images/global/registration/faction-bg-all.jpg?v=7381310') center -18px no-repeat #000606;
}
body.empires{
	background: url('https://www-cdn.planetside2.com/images/empires/empire-background.jpg?v=982388960') center top no-repeat #000606;
}
body.news,
body.news-article,
body.roadmap {
	background: url('https://www-cdn.planetside2.com/images/gameinfo/community-background.jpg?v=3993777549') center top no-repeat #000606;
}
body.faq,
body.tutorials {
	background: url('https://www-cdn.planetside2.com/images/gameinfo/faq-new-background.jpg?v=3199299240') center top no-repeat #000606;
}
body.forgelight{
	background: url('https://www-cdn.planetside2.com/images/gameinfo/forgelight-background.jpg?v=83476705') center top no-repeat #000606;
}
body.overview{
	background: url('https://www-cdn.planetside2.com/images/gameinfo/overview-background.jpg?v=3382920126') center 5px no-repeat #000606;
	overflow-x:hidden;
}
body.media-page,
body.game-streams{
	background: url('https://www-cdn.planetside2.com/images/media/media-background.jpg?v=559555136') center top no-repeat #000606;
}
body.shop,
body.stationcash,
body.membership,
body.bundles,
body.details,
body.gamecards,
body.player-studio,
body.player-studio-faq,
body.player-studio-get-started,
body.player-studio-guide {
	background: url('https://www-cdn.planetside2.com/images/shop/shop-background.jpg?v=3554694790') center top no-repeat #000606;
}
body.home{
	background: url('https://www-cdn.planetside2.com/images/index/index-background-v5.jpg?v=4094681404') center 20px no-repeat #000606;
}
body.campaign{
	background: url('https://www-cdn.planetside2.com/images/news/campaign/ultimate-empire-background.jpg?v=2343989597') center top no-repeat #000606;
}
body.ops{
	background: url('https://www-cdn.planetside2.com/images/fno/fno-background.jpg?v=2272704773') center 37px no-repeat #000606;
}
body.countdown{
	background: url('https://www-cdn.planetside2.com/images/countdown/ps2-countdown-bg-2000x740.jpg?v=1313173889') center 0 no-repeat #000505;
}
body, button, input, select, textarea { font-family: Helvetica, Arial, sans-serif; }

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 */

::-moz-selection { background: #be5e15; color: #fff; text-shadow: none; }
::selection { background: #be5e15; color: #fff; text-shadow: none; }


/* ==============================
	 Links
	 =========================== */
a,a:link {color: white;text-decoration: none;cursor: pointer;outline:none;}
a:hover {color: #2cdbea;text-decoration: none;cursor: pointer;outline:none;}
a:visited { color: #FFF;}
a:active, a:selected, a:visited {border: none;outline: none;}
/* ==============================
	 Typography
	 =========================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

h1,h2,h3,h4,h5{font-family: 'Electrolize', sans-serif; font-weight: bold;}
#unisectionBody p,
#unisectionBody ul li,
#unisectionBody table tr td,
#unisectionBody sup {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
}

/* ==============================
	 Lists
	 =========================== */
#unisectionBody ol,
#unisectionBody ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#unisectionBody li {
	float: left;
}
#unisectionBody dd {
	margin: 0
}
#unisectionBody nav ul,
#unisectionBody nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ==============================
	 Embedded content
	 =========================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; outline:none; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9
 */

svg:not(:root) {
	overflow: hidden;
}


/* ==============================
	 Figures
	 =========================== */

figure { margin: 0; }


/* ==============================
	 Forms
	 =========================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* ==============================
	 Tables
	 =========================== */

table { border-collapse: collapse; border-spacing: 0; }

/* ==============================
	 Utility Classes
	 =========================== */
.boxshadow{
	-webkit-box-shadow: 0px 5px 13px 0px rgba(4, 2, 16, .8);
	-moz-box-shadow: 0px 5px 13px 0px rgba(4, 2, 16, .8);
	box-shadow: 0px 5px 13px 0px rgba(4, 2, 16, .8);
}
.text-drop-shadow{
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}
.text-inner-shadow{
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .90);
	filter: dropshadow(color=#000000, offx=0, offy=-1);
}
.noselect{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.disabled{
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}
.alpha-zero{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.clear{
	clear:both;
	width:100%;
}
.block{
	display:block !important;
}
.kern {
	letter-spacing: -0.1em;
}
.ps2-glow{
	font-family:'Electrolize', sans-serif;
	text-shadow:0 0 8px rgb(0,255,235), -1px -1px 0 rgba(0,255,255,0.3), 1px -1px 0 rgba(0,255,255,0.3), -1px 1px 0 rgba(0,255,255,0.3), 1px 1px 0 rgba(0,255,255,0.3);
}
/* ==============================
	 Primary styles
	 =========================== */

/* ==============================
	 Brand Bar and Login
	 =========================== */
#bestOfShow{
	display:none;
	height: 111px;
	width: 90px;
	background-image: url('https://www-cdn.planetside2.com/images/global/best-of-show.png?v=3410499998');
	background-position: center top;
	background-repeat: no-repeat;
	margin: -50px 0 0 -100px;
	float:left;
	position: absolute;
}
body.home #bestOfShow{
	display:block;
}
.aligner {
	margin: 0 auto;
	padding: 0;
	width: 978px;
	clear: both;
}

#mainNav {
	margin-bottom: 33px;
}

img.inline {
		margin-right: 4px;
		position: relative;
		top: 7px;
}
h1.page-name {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 8px #058e9b;
	background-image: url('https://www-cdn.planetside2.com/images/global/page-header-background.png?v=1284721817');
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 37px;
	text-indent: 18px;
	height: 38px;
	margin: 0;
}
/* ========== legacy containers ========== */
#standardBody{
	margin: 0 auto;
	min-height: 630px;
	padding-left: 28px;
	width: 1000px;
}
#mainContent {
	float: left;
	width: 630px;
}
/* ========== end legacy containers ========== */
#unisectionBody,#bisectionBody,#trisectionBody {
	margin: 0 auto;
	width: 1002px;
	min-height: 630px;
}
#centeredBody {
	margin: 0 auto;
	width: 1000px;
	min-height: 630px;
}
#unisectionMainContent {
	width:978px;
	margin:0 0 0 12px;
	overflow: hidden;
	position: relative;
}
#bisectionMainContent {
	width:642px;
	float: left;
	margin-left: 16px;
}
#bisectionSideBarContent {
	width: 306px;
	float: right;
	margin-top: 7px;
}
.empire-scroll{
	display:none;
}
#screenshotViewer{
	display:none;
}
#screenshotViewerHeader.off{
	display:none;
}
#screenshotViewerFooter.off{
	display:none;
}
#downloadDD{
	display:none;
}
.bigBox {
	width: 643px;
	min-height: 200px;
	margin-bottom: 30px;
}

.bigBox .title {
	background: url('https://www-cdn.planetside2.com/images/global/bigBox/title_555x38.png?v=757458126') no-repeat;
	width: 555px;
	height: 38px;
	margin-left: -15px;
	padding-bottom: 3px;
	font-family: 'Electrolize', sans-serif;
	font-size: 24px;
	text-indent: 20px;
	line-height: 38px;
	text-transform: uppercase;
	text-shadow: 0 0 7px #00A8B7;
}

.bigBox .sym {
	font-size: 15px;
	position: relative;
	top: -8px;
}

.bigBox .top {
	background: url('https://www-cdn.planetside2.com/images/global/medBox/top_642x14.png?v=3302632073') no-repeat center top;
	width: 642px;
	height: 16px;
}

.bigBox .mid {
	background: url('https://www-cdn.planetside2.com/images/global/medBox/mid_642x100.png?v=155136551') repeat-y center;
	width: 642px;
	min-height: 100px;
}

.bigBox .mid .content {
	margin-left: 15px;
}

.bigBox .btm {
	background: url('https://www-cdn.planetside2.com/images/global/medBox/bottom_642x74.png?v=3231472419') no-repeat center bottom;
	width: 642px;
	height: 40px;
}

/***** Small Box Component *****/
.smallBox {
	width: 306px;
	min-height: 120px;
	margin-bottom: 30px;
}
.smallBox .title {
	background: url('https://www-cdn.planetside2.com/images/global/smallBox/title_307x36.png?v=244652572') no-repeat;
	width: 306px;
	height: 36px;
	margin-bottom: 8px;
	font-family: 'Electrolize', sans-serif;
	font-size: 20px;
	text-indent: 16px;
	line-height: 38px;
	text-transform: uppercase;
	text-shadow: 0 0 7px #00A8B7;
}
.smallBox .subTitle {
	display: block;
	height: 22px;
	margin-left: -15px;
	padding-bottom: 10px;
	font-family: 'Electrolize', sans-serif;
	font-size: 18px;
	text-indent: 38px;
	line-height: 22px;
	text-transform: uppercase;
	text-shadow: 0 0 7px #00A8B7;
}
.smallBox .top {
	background: url('https://www-cdn.planetside2.com/images/global/smallBox/top_306x16.png?v=502649267') no-repeat;
	width: 306px;
	height: 16px;
}
.smallBox .mid {
	background: url('https://www-cdn.planetside2.com/images/global/smallBox/mid_306x100.png?v=3108904160') repeat-y;
	width: 306px;
	min-height: 50px;
}
.smallBox .btm {
	background: url('https://www-cdn.planetside2.com/images/global/smallBox/btm_306x20.png?v=2531975121') no-repeat;
	width: 306px;
	height: 20px;
}

.smallContentBox {
	position: relative;
	background: url('https://www-cdn.planetside2.com/images/global/contentBoxSmall.png?v=4232688348') no-repeat;
	width: 593px;
	margin: 0 0 10px;
}
.smallContentBoxBottom {
	position: absolute;
	bottom: -15px;
	width: 593px;
	height: 15px;
	background: url('https://www-cdn.planetside2.com/images/global/contentBoxSmall.png?v=4232688348') no-repeat left bottom;
}

.medButton {
	background: url('https://www-cdn.planetside2.com/images/global/btnMedium_192x68.png?v=2339605521') no-repeat center top;
	width: 192px;
	height: 34px;
	font-family: 'Electrolize', sans-serif;
	font-size: 18px;
	line-height:33px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.medButton:hover {
	background-position: center -35px;
}

.smallButton {
	background: url('https://www-cdn.planetside2.com/images/global/small-button_167x37.png?v=537471184') no-repeat center top;
	width: 167px;
	height: 37px;
	font-family: 'Electrolize', sans-serif;
	font-size: 15px;
	line-height:28px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
/* .smallButton:hover {
	background-position: center -29px;
}*/

.btm .smallButton {
	margin: 20px;
	float: right;
	z-index: 1;
	position: relative;
	display: block;
}

.subTitleBig {
	background: url('https://www-cdn.planetside2.com/images/global/textUnderline_378x7.png?v=3896077400') no-repeat center bottom;
	width: 378px;
	height: 31px;
	font-size: 21px;
	color: #4998a0;
	text-transform: uppercase;
}

.top .subTitleBig {
	left: 13px;
	position: relative;
	top: 20px;
	text-indent: 4px;
}

.subTitleSmall {
	width: 545px;
	font-size: 17px;
	color: #3ae5f5;
	text-transform: uppercase;
	overflow: hidden;
	line-height: 20px;
	border-bottom: 1px dotted #084d51;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

/* Right side content */
#betaSignupBtn {
	background: url('https://www-cdn.planetside2.com/images/global/signUpOrange_293x156.png?v=112621494') no-repeat center top;
	width: 293px;
	height: 78px;
	margin: 0 auto;
	display: block;
}

#betaSignupBtn:hover {
	background-position:center -77px;
}
#betaSignup {position: relative;}
#betaSignup .mid {height: 310px;}
#betaSignup .content {padding-top: 50px;}
#betaSignup .betaText {position: absolute; top: 44px; left: 13px; width: 175px; height: 80px; z-index: 1;}
#betaSignup .betaImage {
	background-image:url('https://www-cdn.planetside2.com/images/global/signUpGuy_165x157.png?v=329113776');
	background-position: center top;
	background-repeat: no-repeat;
	width: 165px;
	height: 142px;
	position: absolute;
	top: 1px;
	right: -8px;
}
#betaSignup .betaLine {
	background-image:url('https://www-cdn.planetside2.com/images/global/textUnderline_378x7.png?v=3896077400');
	background-position: center top;
	background-repeat: no-repeat;
	width: 378px;
	height: 7px;
	margin: 5px 0 5px 10px;
}

/** Right Hand Sidebar - Newsletter Section **/
#newsletter.content {
	font-size: 25px;
}
#newsletter.content .text {
	float: right;
	width: 175px;
	min-height: 150px;
	margin: 0 10px 0 0;
}
#newsletter.content p {
	margin-top: 0;
}
#newsletter.content .newsletter-example {
	float: left;
	width: 100px;
	margin: 0 10px 0 10px;
}
#newsletter.content .newsletter-example .sample {
	font-size: 12px;
	margin: -20px 0 0 15px;
}
#newsletter.content .newsletter-example .sample a {
	color: #2cdbea;
	background-image: url('https://www-cdn.planetside2.com/images/news/orange-triangle.jpg?v=4065918316');
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}
body.hover-enabled #newsletter.content .newsletter-example .sample a:hover {
	color: #FFF;
}
#newsletter.content .sign-up-button {
	margin: 0 0 0 15px;
	font-size: 20px;
}
#newsletter.content .sign-up-button a {
	background-image: url('https://www-cdn.planetside2.com/images/news/newsletter-button.png?v=1653801513');
	background-position: center top;
	background-repeat: no-repeat;
	width: 218px;
	height: 37px;
	display: block;
}
#newsletter.content .sign-up-button a .blue {
	color: #2ee7f8;
}
#newsletter.content .sign-up-button a .button-text {
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 0 65px;
}

/** Right Hand Sidebar - Latest News Section **/
#latestNews {
	background-color: #021516;
	border: 1px solid #013f46;
	display: table;
	margin: 0 -35px 0 15px;
}
#latestNews ul {
	width: 265px;
	margin: 10px 0 0 10px;
}
#latestNews ul li {
	background-image: url('https://www-cdn.planetside2.com/images/news/orange-triangle.jpg?v=4065918316');
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 0 0 10px 10px;
	border-bottom: 1px dashed #013f46;
	margin: 0 0 10px 0;
	width: 250px;
}
#latestNews ul li a {
	color: #2cdbea;
}
body.hover-enabled #latestNews ul li a:hover {
	color: #fff;
}

div.fbConnectWidgetTopmost {
	border: none !important;
}
div.fbConnectWidgetFooter {
	display: none !important;
}
.pod.twitter {
	padding: 0 0 25px;
}
.pod.twitter h3 {
	text-indent: -999em;
}
.pod.twitter .more {
	bottom: 0;
}
.pod-pane.twitter {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
}
.twit-tabs {
	position: absolute;
	top: 10px;
	padding-left: 35px;
	background: url('https://www-cdn.planetside2.com/images/index/twitIcon_26x21.png?v=3409164568') no-repeat 5px;
}
#twitterTabProfile,
#twitterTabHash {
	display: inline-block;
	position: relative;
	top: 0;
	width: 123px;
	height: 31px;
	font-size: 12px;
	line-height: 31px;
	text-align: center;
	text-transform: uppercase;
	background-image: url('https://www-cdn.planetside2.com/images/index/tabSprite_123x62.png?v=2890765045');
	background-position: bottom;
}
#twitterTabProfile.twit-active,
#twitterTabHash.twit-active {
	background-position: top;
}
body.hover-enabled .pod-pane.twitter .twtr-tweet a:hover {
	color: #2ee7f8;
	text-decoration: none;
}
.pod-pane.twitter .twtr-tweet {
	background: url('https://www-cdn.planetside2.com/images/gameinfo/faq_DottedLine_4x2.png?v=1849829802') repeat-x left bottom;
	padding: 0 0 1px;
}
.pod-pane.twitter .twtr-avatar {
	float: left;
	margin: 0 15px 10px 0;
}
.pod-pane.twitter .twtr-tweet img {
	border: 1px solid #2b9aa5;
}
.pod-pane.twitter .twtr-tweet p {
	margin-left: 30px;
	padding-left: 18px;
}
.entry {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.entry h4,
a.twtr-name {
	color: #2b9aa5;
	display: block;
	font: 14px Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}
.entry p {
	margin: 3px 0 0;
}
body.hover-enabled .entry a:hover h4,
body.hover-enabled .entry a:hover img,
body.hover-enabled .pod-pane.twitter #twitterHash .twtr-tweet a:hover,
body.hover-enabled .pod-pane.twitter #twitterProfile .twtr-tweet a:hover,
body.hover-enabled .pod-pane.twitter #twitterHash .twtr-widget a img {
	color: #2ee7f8 !important;
	border-color: #2ee7f8 !important;
}
.entry img {
	display: inline-block;
	float: left;
	margin: 0 15px 10px 0;
	width: 104px;
	height: auto;
	border: 1px solid #2b9aa5;
}
.stamp, #twitterProfile .twtr-tweet em a,
#twitterHash .twtr-tweet em a {
	color: #787777 !important;
	font-size: 11px;
}

#emailEntry.smallBox .content {
	height: 50px;
	position: relative;
	top: -20px;
}

#emailForm {
	position: relative;
	margin: 0 auto;
	width: 300px;
	overflow: hidden;
}
#emailForm .inputfields {
	height: 30px;
	overflow:hidden;
}
#emailForm input {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	color: #02535b;
	text-transform: uppercase;
	font-family: 'Electrolize', sans-serif;
	font-weight: bold;
}
#emailForm .inputfields div {
	float: left;
	overflow: hidden;
	position: relative;
}
#emailForm .age {margin-right: 10px;}
#ageField {
	width: 40px;
}
#emailForm .inputbkgdleft {
	background-image:url('https://www-cdn.planetside2.com/images/global/formFieldLeft_15x30.png?v=3637526786');
	background-position: center top;
	background-repeat: no-repeat;
	width: 15px;
	height: 30px;
	float: left;
}
#emailForm .inputbkgdmid {
	background-image:url('https://www-cdn.planetside2.com/images/global/formFieldMid_1x30.png?v=2617987313');
	background-position: center top;
	background-repeat: repeat-x;
	width: 15px;
	height: 30px;
	float: left;
}
#emailForm .inputbkgdright {
	background-image:url('https://www-cdn.planetside2.com/images/global/formFieldRight_3x30.png?v=1900095645');
	background-position: center top;
	background-repeat: no-repeat;
	width: 3px;
	height: 30px;
	float: right;
}
#emailForm .age .inputbkgdmid { width: 50px;}
#emailForm .email .inputbkgdmid {width: 200px;}
#emailField, #ageField {
	color: #000;
	position: absolute;
	top: 5px;
	left: 17px;
}

#emailField {
	width: 190px;
}

#emailSubmitBtn {margin: 5px 0 5px 105px}
#loadingAnim {
	position: relative;
	top: 0;
	left: 110px;
	width: 64px;
	height: 64px;
	display: none;
	text-align: center;
}

#fblikebox {
	background-color: #000;
	border: 1px solid #00464e;
	height: 241px;
	position: relative;
	top: -17px;
	left: -3px;
	width: 300px;
	overflow: hidden;
	margin: 0 auto;
}

#fblikeboxposition {
	top: 7px;
	left: 8px;
	position: relative;
	overflow: hidden;
}

#fblikeboxcrop,
.fblikeboxcrop {
	overflow: hidden;
	height: 230px;
	width: 290px;
	left: -1px;
	position: relative;
}
.fblikeboxwrap {
	position: relative;
	bottom: 1px;
}
#screen_fbLikeFrame {
	display: block;
}
#fbLikeFrame {
	background-color: #22333d;
	display: none;
	height: 170px;
	margin: 0 auto;
	position: relative;
	top: -270px;
	width: 563px;
	overflow: hidden;
	filter:alpha(opacity=80); /*IE*/
	opacity: 0.8;
	z-index: 100;
}
#fbLikeFrameCloseBtnContainer {
	position: relative;
	height: 20px;
	margin: 0 auto;
	width: 530px;
	text-align: right;
	overflow: hidden;
	top: 10px;
	z-index: 100;
}
#fbLikeFrameCloseBtn {
	cursor: pointer;
	font-weight: bold;
	float:right;
}
#fbLikeFrameCloseBtn:hover {
	color: #FFC000;
}
#fbLikeFrameText {
	padding: 0 75px;
	margin: 10px 0 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#fbLikeFrameText h2 {
	color: #FFC000;
}
#fbLikeBox {
	border:none;
	height:240px;
	left: 130px;
	overflow:hidden;
	position: relative;
	top: 0;
	width:300px;
}
#followLinks {
	width: 310px;
	height: 70px;
}

#followLinks .icon {
	background-position: center center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	float: left;
	margin: 0 3px;
}

#followLinks .desc {
	float: left;
	text-transform: uppercase;
	font-family: 'Electrolize', sans-serif;
	color: #30888e;
	font-size: 14px;
	padding-right: 20px;
	width: 150px;
}

.fb {
	background-image: url('https://www-cdn.planetside2.com/images/global/facebook_39x40.png?v=1519608434');
}

.tw {
	background-image: url('https://www-cdn.planetside2.com/images/global/twitter_40x40.png?v=3795043813');
}

.yt {
	background-image: url('https://www-cdn.planetside2.com/images/global/youtube_36x39.png?v=2285992220');
}

#f2p .title{
	font-size: 16px;
}

#f2p .content{
	left: 13px;
	position: relative;
	top: -25px;
	width: 225px;
	z-index: 1;
	font-size: 16px;
}
div.separator {
	background: url('https://www-cdn.planetside2.com/images/gameinfo/faq_DottedLine_4x2.png?v=1849829802') repeat-x;
	height: 2px;
	margin: 10px 0;
	clear: both;
}
/* ==============================
	 Modal Styles
	 =========================== */

.modal .modal-dialog .modal-content .modal-body a.modalCloseImg {
	background-image: url('https://www-cdn.planetside2.com/images/global/modal/modal-close-sprite.png?v=457623529');
	background-position:0 0;
	background-repeat: no-repeat;
	width:65px;
	height:21px;
	display: block;
	float: right;
	cursor:pointer;
		position: relative;
		top: -10px;
}
.modal .modal-dialog .modal-content .modal-body a.modalCloseImg:hover {
	background-position:0 -21px;
}

#gate #modalContent {
	width: 938px;
	height:381px;
	overflow:hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display:block;
	color: #5aa8e8;
	text-decoration: none;
	background-image: url('https://www-cdn.planetside2.com/images/global/modal/gate-modal-background.jpg?v=3504355807');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
}
#modalContent a.region{
	padding: 0;
	position: absolute;
	top:280px;
	width: 410px;
	height:35px;
	line-height:35px;
	display:block;
	color: #ffc600;
	text-decoration: none;
	background-image: url('https://www-cdn.planetside2.com/images/global/modal/gate-region-sprite.png?v=4190754730');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
}
#modalContent a.region:hover{
	background-position:bottom left;
	color:#ff6c00;
}
#modalContent a.region:hover span{
	background-position:0 -40px;
}
#modalContent #location,
#modalContent #locationRU{
	padding: 0;
	position: absolute;
	margin:0 auto;
	top:120px;
	width: 200px;
	height:35px;
	color:#ffffff;
	display:block;
	line-height:16px;
	text-align:center;
	left:0;
	right:0;
	*left:50%;
	*margin-left:-100px;
}
#modalContent #location p,
#modalContent #locationRU p{
	color:#ffffff;
	padding: 0;
	margin: 0;
}
#modalContent #location h2.country,
#modalContent #locationRU h2.country{
	color:#ff6c00;
	font-size:18px;
	padding: 0;
	margin: 10px 0 0 0;
}
#modalContent p.copy{
	padding: 0;
	position: absolute;
	top:220px;
	width: 380px;
	height:35px;
	color:#ffffff;
	display:block;
	line-height:15px;
}
#modalContent p.copy.left{
	left:60px;
}
#modalContent p.copy.right{
	right:38px;
}
#modalContent p.bottom.link{
	color: #ffffff;
	height: 35px;
	line-height: 15px;
	padding:0;
	position: absolute;
	text-align: center;
	top: 330px;
	width: 100%;
}
#modalContent p.bottom.link a{
	color: #ffc600;
}
#modalContent p.bottom.link a:hover{
	color:#ff6c00;
}
#modalContent a.region span{
	position: relative;
	padding-left:30px;
	left:90px;
	height:35px;
	display:block;
	background-image: url('https://www-cdn.planetside2.com/images/global/modal/world-sprite.png?v=881839166');
	background-repeat:no-repeat;
	background-position: 0 6px;
	background-color:transparent;
}
#modalContent a.region span.de_DE{
	left:18px;
}
#modalContent a.region span.es_ES{
	left:24px;
}
#modalContent a.region span.fr_FR{
	left:60px;
}
#modalContent a.region span.it_IT{
	left:50px;
}

#modalContent a#eur.region span.de_DE{
	left:30px;
}
#modalContent a#eur.region span.es_ES{
	left:70px;
}
#modalContent a#eur.region span.fr_FR{
	left:70px;
}
#modalContent a#eur.region span.it_IT{
	left:70px;
}
#gate #modalContent a#usa{
	left:40px;
}
#gate #modalContent a#eur{
	right:28px;
}

/* ==============================
	 Non-semantic helper classes
	 Please define your styles before this section.
	 =========================== */

/* Used to build all the modules that have uppercase white headers with a blue line
	underneath at the top and dotted blue lines on the bottom. Like this:
	<div class="pod">
		<h3>Heading</h3>
		<div class="pod-pane">Content</div>
	</div>
*/
.pod {
	width: 294px;
	padding: 10px 0 20px;
	background: url('https://www-cdn.planetside2.com/images/index/social-topline_294x10.png?v=1865070096') no-repeat 0 40px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;

}
.pod h3 {
	text-transform: uppercase;
	font: 20px 'Electrolize', sans-serif;
	margin: 0 0 5px;
}
.pod .pod-pane {
	position: relative;
	width: 294px;
	min-height: 50px;
	padding: 0 0 15px;
	overflow: hidden !important;
	background: url('https://www-cdn.planetside2.com/images/gameinfo/faq_DottedLine_4x2.png?v=1849829802') repeat-x bottom;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#bisectionSideBarContent .pod .pod-pane {
	padding: 10px 0 15px;
}
.pod .pod-pane.twitter {
	background: transparent;
}
.pod.twitter .separator {
	margin: 0;
}
.pod .pod-pane .pod-img {
	position: relative;
	top: 15px;
	width: 96px;
	margin: 0 10px 15px 0;
	float: left;
}
.pod .pod-pane .pod-txt {
	float: left;
	width: 178px;
	margin: 0 10px 0 0;
}
.pod .pod-pane .pod-txt span {
	color: #bc6007;
}
.pod .more {
	position: absolute;
	right: 0;
	bottom: 5px;
	font: 14px 'Electrolize', sans-serif;
	text-transform: uppercase;
}
.pod .more span {
	color: #2ee7f8;
	font-size: 20px;
}
body.hover-enabled a:hover.more {
	color: #2ee7f8;
}
/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
	 css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
	www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #08151D;
	color: #FDF8E4;
	border: 1px solid #3F4F5A;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
					box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title,
.pop-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

.popover-content {
	padding: 9px 14px;
}
.popover-content li {
	list-style: disc;
	margin-left: 25px;
}

.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover .arrow {
	border-width: 11px;
}

.popover .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0;
}

.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #ffffff;
	border-bottom-width: 0;
	content: " ";
}

.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0;
}

.popover.right .arrow:after {
	bottom: -10px;
	left: 2px;
	border-right-color: #ffffff;
	border-left-width: 0;
	content: " ";
}

.popover.bottom .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	border-top-width: 0;
}

.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #ffffff;
	border-top-width: 0;
	content: " ";
}

.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-left-color: #3F4F5A;
	border-right-width: 0;
}

.popover.left .arrow:after {
	right: 2px;
	bottom: -10px;
	border-left-color: #08151D;
	border-right-width: 0;
	content: " ";
}

/*
	ColorBox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; outline:none;}
#cboxOverlay{background: #000; position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#cboxClose{display:none;}

/* ==============================
	 PLACEHOLDER Media Queries for Responsive Design.
	 These override the primary ('mobile first') styles
	 Modify as content requires.
	 =========================== */
@media only screen and (min-width: 480px) {
	/* Style adjustments for viewports 480px and over go here */
}

@media only screen and (min-width: 768px) {
	/* Style adjustments for viewports 768px and over go here */
}

/* ==============================
	 Print styles.
	 Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
	 =========================== */

@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}


/*top bar override for non-responsive site*/

#topBar {
    margin: auto !important;
    min-width: 720px !important;
}


/* end /styles/core.css*/

/* start /styles/core-new.css*/
/* FONTS */
@font-face {
  font-family: 'Electrolize';
  font-style: normal;
  font-weight: 400;
  src: url("https://www.planetside2.com/styles/fonts/electrolize-regular-webfont.eot?v=155525587#iefix") format("embedded-opentype"), url("https://www.planetside2.com/styles/fonts/electrolize-regular-webfont.woff?v=180200352") format("woff"), url("https://www.planetside2.com/styles/fonts/electrolize-regular-webfont.ttf?v=2053496471") format("truetype"), url("https://www.planetside2.com/styles/fonts/electrolize-regular-webfont.svg?v=3944787121#Electrolize") format("svg");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Geogrotesque Bold";
  font-style: normal;
  font-weight: bold;
  src: url("https://www.planetside2.com/styles/fonts/geogrotesque-bold.eot?v=2395838153#iefix") format("embedded-opentype"), url("https://www.planetside2.com/styles/fonts/geogrotesque-bold.woff?v=2305995187") format("woff"), url("https://www.planetside2.com/styles/fonts/geogrotesque-bold.otf?v=2507400892") format("opentype"), url("https://www.planetside2.com/styles/fonts/geogrotesque-bold.svg?v=582157034#GeogrotesqueBd") format("svg");
}
@font-face {
  font-family: "Geogrotesque";
  font-style: normal;
  font-weight: normal;
  src: url("https://www.planetside2.com/styles/fonts/geogrotesque-medium.eot?v=1566423330#iefix") format("embedded-opentype"), url("https://www.planetside2.com/styles/fonts/geogrotesque-medium.woff?v=1621264607") format("woff"), url("https://www.planetside2.com/styles/fonts/geogrotesque-medium.otf?v=871780234") format("opentype"), url("https://www.planetside2.com/styles/fonts/geogrotesque-medium.svg?v=1063374485#GeogrotesqueMd") format("svg");
}
@font-face {
  font-family: "Geogrotesque Italic";
  font-style: italic;
  font-weight: normal;
  src: url("https://www.planetside2.com/styles/fonts/geogrotesque-medium-italic.eot?v=2583291297#iefix") format("embedded-opentype"), url("https://www.planetside2.com/styles/fonts/geogrotesque-medium-italic.woff?v=3827829089") format("woff"), url("https://www.planetside2.com/styles/fonts/geogrotesque-medium-italic.otf?v=2490082481") format("opentype"), url("https://www.planetside2.com/styles/fonts/geogrotesque-medium-italic.svg?v=1861590744#GeogrotesqueMdIt") format("svg");
}
@font-face {
  font-family: "Geogrotesque Semi Bold";
  font-style: normal;
  font-weight: bold;
  src: url("https://www.planetside2.com/styles/fonts/geogrotesque-semibold.eot?v=3835375905#iefix") format("embedded-opentype"), url("https://www.planetside2.com/styles/fonts/geogrotesque-semibold.woff?v=3526179068") format("woff"), url("https://www.planetside2.com/styles/fonts/geogrotesque-semibold.otf?v=2673125717") format("opentype"), url("https://www.planetside2.com/styles/fonts/geogrotesque-semibold.svg?v=2219892075#GeogrotesqueSmBd") format("svg");
}
a,
a:active,
a:hover,
a:visited,
a:focus {
  outline: 0;
}
#topBar a#soeLogo {
  margin-right: 0 !important;
}
#topBar #playerTools {
  margin-right: 0 !important;
}
.markup-templates {
  display: none;
}
.ps2-glow {
  font-family: 'Electrolize', sans-serif;
  text-shadow: 0 0 8px #00ffeb, -1px -1px 0 rgba(0, 255, 255, 0.3), 1px -1px 0 rgba(0, 255, 255, 0.3), -1px 1px 0 rgba(0, 255, 255, 0.3), 1px 1px 0 rgba(0, 255, 255, 0.3);
}
html body {
  background-color: #000A0A;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: "Geogrotesque", "Helvetica", "Arial", sans-serif;
}
html body.feed,
html body.news,
html body.news-article {
  background-image: url('https://www-cdn.planetside2.com/images/mobile/backgrounds/community-background.jpg?v=2386047961');
}
@media screen and (min-width: 1200px) {
  html body.feed,
  html body.news,
  html body.news-article {
    background-image: url('https://www-cdn.planetside2.com/images/gameinfo/community-background.jpg?v=3993777549');
  }
}
html body #topBar #topBarAlign {
  max-width: 1200px;
}
html body #alert-bar {
  background: #7A1922;
}
html body #alert-bar a,
html body #alert-bar div {
  text-decoration: none;
}
html body #alert-bar a #alert-msg,
html body #alert-bar div #alert-msg {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  margin: 7px 10px;
  color: #fff;
  padding: 0 20px;
}
@media (max-width: 991px) {
  html body #alert-bar a #alert-msg,
  html body #alert-bar div #alert-msg {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  html body #alert-bar a #alert-msg,
  html body #alert-bar div #alert-msg {
    font-size: 14px;
  }
}
html body #alert-bar a #alert-msg span,
html body #alert-bar div #alert-msg span {
  color: #FFFF00;
}
html body #alert-bar #alert-close {
  position: absolute;
  top: 7px;
  right: 15px;
  width: 20px;
  height: 20px;
  padding: 5px;
  background: url('https://www-cdn.planetside2.com/img/global/alert-close-button-sprite.jpg?v=3476639567') top left transparent;
  cursor: pointer;
}
html body #mainNav {
  background: url('https://www-cdn.planetside2.com/img/main-nav/page-cap.png?v=1232154463') top center / 100% 39px no-repeat rgba(11, 15, 16, 0.85);
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  position: absolute;
  text-transform: uppercase;
  top: 38px;
  transition: background-color 0.5s;
  width: 100%;
  z-index: 99;
}
@media (min-width: 768px) {
  html body #mainNav {
    background-color: rgba(11, 15, 16, 0.3);
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html body #mainNav {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  html body #mainNav {
    font-size: 20px;
  }
}
@media (max-width: 2000px) {
  html body #mainNav {
    background-size: auto;
  }
}
html body #mainNav.affix {
  background-color: rgba(11, 15, 16, 0.85);
  position: fixed;
  top: 0;
}
html body #mainNav .navbar {
  border-style: none;
}
@media (min-width: 768px) {
  html body #mainNav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
html body #mainNav .navbar-collapse li.active a {
  color: #E67406;
}
html body #mainNav .navbar-collapse a {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
html body #mainNav .navbar-collapse a:hover {
  color: #E67406;
}
@media (min-width: 768px) {
  html body #mainNav .navbar-collapse a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  html body #mainNav .navbar-collapse a {
    padding-left: 14px;
    padding-right: 14px;
  }
}
html body #mainNav .navbar-brand {
  padding: 0;
  line-height: 65px;
}
@media (min-width: 768px) {
  html body #mainNav .navbar-brand {
    margin-right: 15px;
  }
}
html body #mainNav .navbar-brand img {
  width: 220px;
}
@media (min-width: 768px) {
  html body #mainNav .navbar-brand img {
    width: 170px;
  }
}
@media (min-width: 992px) {
  html body #mainNav .navbar-brand img {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  html body #mainNav .navbar-brand img {
    width: 330px;
  }
}
html body #mainNav .navbar-toggle {
  background: black;
  background: linear-gradient(to bottom, #1b1b1b 0%, #000000 100%);
  border-color: #1b1b1b;
  border-radius: 0;
  margin-right: 0;
}
html body #mainNav .navbar-toggle .icon-bar {
  background-color: white;
}
html body #mainNav .top-level .platform-pc,
html body #mainNav .top-level .platform-pc:hover {
  color: #fc8005;
}
html body #mainNav .top-level .platform-ps,
html body #mainNav .top-level .platform-ps:hover {
  color: #06ade6;
}
html body #mainNav .platform-choice {
  background: url('https://www-cdn.planetside2.com/img/main-nav/platform-box-bg-tile.png?v=3352868907') repeat-x;
  height: 65px;
  margin-left: 105px;
  position: relative;
  width: 160px;
}
@media (min-width: 992px) {
  html body #mainNav .platform-choice {
    width: 230px;
  }
}
html body #mainNav .platform-choice .play-free-choices {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}
html body #mainNav .platform-choice .play-free-choices b {
  color: #2EE7F8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  position: relative;
  top: 1px;
}
html body #mainNav .platform-choice a.main-nav-play-btn {
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  float: left;
  font-size: 16px;
  font-weight: bold;
  height: 26px;
  line-height: 24px;
  margin: 0 0 0 7px;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  text-transform: none;
  width: 70px;
}
@media (min-width: 992px) {
  html body #mainNav .platform-choice a.main-nav-play-btn {
    width: 105px;
  }
}
html body #mainNav .platform-choice a.main-nav-play-btn:hover {
  background-position: bottom center;
}
html body #mainNav .platform-choice .platform-pc {
  background-image: url('https://www-cdn.planetside2.com/img/main-nav/platform-pc-btn.png?v=1553961460');
}
html body #mainNav .platform-choice .platform-ps {
  background-image: url('https://www-cdn.planetside2.com/img/main-nav/platform-ps-btn.png?v=660849939');
}
html body #mainNav + div {
  margin-top: 130px;
}
html body #mainContent {
  position: relative;
  z-index: 2;
  clear: both;
}
html body #footer {
  background: url('https://www-cdn.planetside2.com/img/global/footer-bg.jpg?v=2906104069') no-repeat center top;
  clear: both;
  font-size: 13px;
  line-height: 1.42857143;
  margin-top: 70px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: left;
}
html body #footer a {
  color: #0AC7DD;
  text-decoration: none;
}
html body #footer a:hover {
  color: white;
}
html body #footer .footer-newsletter {
  margin-top: 20px;
}
@media (min-width: 768px) {
  html body #footer .footer-newsletter {
    border-left: 1px solid #888;
  }
}
html body #footer .footer-legal {
  margin: 20px 0 40px;
}
@media (min-width: 992px) {
  html body #footer .footer-legal {
    display: table;
  }
  html body #footer .footer-legal .legal,
  html body #footer .footer-legal .logos {
    display: table-cell;
    vertical-align: top;
  }
  html body #footer .footer-legal .logos {
    width: 130px;
  }
}
html body #footer .legal ul {
  font-size: 0;
  margin: 0;
  padding: 0 0 10px;
}
html body #footer .legal ul li {
  display: inline-block;
  font-size: 13px;
}
html body #footer .legal ul li:not(:last-child):after {
  color: #a5a6a6;
  content: '|';
  margin: 0 10px;
}
html body #footer .copy {
  color: white;
}
html body #footer .logos {
  margin: 20px 0 0;
  text-align: center;
}
html body #footer .logos a:not(:first-child) {
  margin-left: 10px;
}
html body #footer .logos img {
  vertical-align: top;
}
html body #footer .newsletter-signup {
  color: white;
  margin: 0 auto;
  max-width: 295px;
}
html body #footer .newsletter-signup .newsletter-email-address {
  border: 1px solid #097782;
  color: #215562;
  font: 14px Helvetica, Arial, sans-serif;
  margin: 0 15px 15px 0;
  max-width: 295px;
  outline: 0;
  padding: 8px 15px;
  width: 100%;
}
html body #footer .newsletter-signup .tos-pp label {
  font-weight: normal;
}
html body #footer .newsletter-signup .tos-pp input {
  float: left;
  margin-right: 0.5em;
}
html body #footer .newsletter-signup .tos-pp span {
  display: block;
  overflow: hidden;
}
html body #footer .newsletter-signup button {
  background: url('https://www-cdn.planetside2.com/images/ps2onps4/submit-btn.png?v=287590226') center transparent no-repeat;
  border: none;
  color: white;
  display: block;
  float: right;
  font: 16px 'Electrolize', sans-serif;
  height: 50px;
  line-height: 50px;
  margin: 0;
  outline: 0;
  padding: 0 28px 0 30px;
  position: relative;
  text-transform: uppercase;
  width: 133px;
}
html body #footer .newsletter-signup button:disabled {
  opacity: 0.5;
}
html body #footer .newsletter-signup .emailErrors {
  color: #FFFF00;
}
html body #footer .newsletter-signup .loading {
  background: url('https://www-cdn.planetside2.com/images/components/feed/loading.gif?v=3356128742') center no-repeat transparent;
  min-height: 80px;
}
html body #footer .newsletter-signup .success:before {
  background: url('https://www-cdn.planetside2.com/images/global/check-mark.png?v=991347172') center no-repeat transparent;
  content: '';
  display: inline-block;
  height: 24px;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 24px;
}
html body #socialMediaFlyouts {
  position: fixed;
  left: 0;
  top: 130px;
  z-index: 99;
}
html body #socialMediaFlyouts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html body #socialMediaFlyouts ul li {
  opacity: 0.65;
  margin: 3px 0;
  padding: 0;
  min-width: 30px;
  height: 40px;
  width: 30px;
  overflow: hidden;
  -webkit-transition: width .125s;
  transition: width .125s;
}
html body #socialMediaFlyouts ul li.facebook {
  background: url('https://www-cdn.planetside2.com/img/temp/social-media-flyout/facebook-logo-sm.png?v=1824517849') no-repeat 8px center #355796;
}
html body #socialMediaFlyouts ul li.facebook:hover,
html body #socialMediaFlyouts ul li.facebook.hover {
  width: 185px;
}
html body #socialMediaFlyouts ul li.facebook .flyout-content .flyout-fixed-width {
  padding-top: 10px;
}
html body #socialMediaFlyouts ul li.twitter {
  background: url('https://www-cdn.planetside2.com/img/temp/social-media-flyout/twitter-logo-sm.png?v=260316342') no-repeat 5px center #01afee;
}
html body #socialMediaFlyouts ul li.twitter:hover,
html body #socialMediaFlyouts ul li.twitter.hover {
  width: 180px;
}
html body #socialMediaFlyouts ul li.twitter .flyout-content .flyout-fixed-width {
  padding-top: 10px;
}
html body #socialMediaFlyouts ul li.youtube {
  background: url('https://www-cdn.planetside2.com/img/temp/social-media-flyout/youtube-logo-sm.png?v=1007018671') no-repeat 4px center #fc2b24;
}
html body #socialMediaFlyouts ul li.youtube:hover,
html body #socialMediaFlyouts ul li.youtube.hover {
  width: 162px;
}
html body #socialMediaFlyouts ul li.youtube .flyout-content {
  background: #fff;
}
html body #socialMediaFlyouts ul li.youtube .flyout-content .flyout-fixed-width {
  padding-top: 8px;
}
html body #socialMediaFlyouts ul li.twitch {
  background: url('https://www-cdn.planetside2.com/img/temp/social-media-flyout/twitch-logo-sm.png?v=3879143333') no-repeat 4px center #ffffff;
}
html body #socialMediaFlyouts ul li.twitch .twitch-link {
  background: #8c63bf;
  background: -moz-linear-gradient(top, #8c63bf 0%, #5e3989 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c63bf), color-stop(100%, #5e3989));
  background: -webkit-linear-gradient(top, #8c63bf 0%, #5e3989 100%);
  background: -o-linear-gradient(top, #8c63bf 0%, #5e3989 100%);
  background: -ms-linear-gradient(top, #8c63bf 0%, #5e3989 100%);
  background: linear-gradient(to bottom, #8c63bf 0%, #5e3989 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c63bf', endColorstr='#5e3989', GradientType=0);
  border: 1px solid #46286e;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  width: 55px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  display: block;
  margin-top: 2px;
}
html body #socialMediaFlyouts ul li.twitch:hover {
  width: 92px;
}
html body #socialMediaFlyouts ul li.googleplus {
  background: url('https://www-cdn.planetside2.com/img/temp/social-media-flyout/google-plus-logo-sm.png?v=2840245823') no-repeat 4px center #fd4a34;
}
html body #socialMediaFlyouts ul li.googleplus:hover,
html body #socialMediaFlyouts ul li.googleplus.hover {
  width: 190px;
}
html body #socialMediaFlyouts ul li.googleplus .flyout-content .flyout-fixed-width {
  padding-top: 9px;
}
html body #socialMediaFlyouts ul li.reddit {
  background: url('https://www-cdn.planetside2.com/img/temp/social-media-flyout/reddit-logo-sm.png?v=973648179') no-repeat 4px center #ffffff;
  font-size: 10px;
  line-height: 32px;
  text-transform: lowercase;
}
html body #socialMediaFlyouts ul li.reddit:hover,
html body #socialMediaFlyouts ul li.reddit.hover {
  width: 120px;
}
html body #socialMediaFlyouts ul li.reddit .r-subscribe {
  border-radius: 3px;
  border: 1px solid #d4d2d2;
  color: black;
  display: inline-block;
  height: 17px;
  line-height: 15px;
  overflow: hidden;
  padding: 0 8px 0 23px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
html body #socialMediaFlyouts ul li.reddit .r-subscribe:before {
  background-color: #f83e0f;
  color: white;
  content: '+';
  font-size: 15px;
  font-weight: bold;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 15px;
}
html body #socialMediaFlyouts ul li:hover,
html body #socialMediaFlyouts ul li.hover {
  -webkit-transition: width .125s;
  transition: width .125s;
  opacity: 1.0;
}
html body #socialMediaFlyouts ul li .flyout-content {
  overflow: hidden;
  margin-left: 30px;
  height: 100%;
}
html body #socialMediaFlyouts ul li .flyout-content .flyout-fixed-width {
  width: 300px;
  padding: 3px;
}
html body #socialMediaFlyouts ul li .media-link {
  height: 40px;
  width: 30px;
  float: left;
}
html body #playerProfile {
  z-index: 99;
  bottom: -1px;
  left: 0;
  position: fixed;
}
html body #playerProfile #profileHeader {
  position: relative;
  top: 1px;
  z-index: 2;
}
html body #playerProfile #profileHeader #profileBar {
  position: absolute;
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/player-bar.png?v=1648412979') no-repeat right top;
  width: 100%;
  max-width: 400px;
  height: 55px;
  bottom: -2px;
  left: 0;
  padding-bottom: 15px;
}
html body #playerProfile #profileHeader #profileBar #profileMinimize {
  cursor: pointer;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 39px;
  text-align: center;
  line-height: 39px;
}
html body #playerProfile #profileHeader #profileBar #profileMinimize #profileMinimizeArrow {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/arrows.png?v=3286017361') no-repeat -20px 0 transparent;
  margin: 9px auto;
  display: block;
  width: 20px;
  height: 20px;
}
html body #playerProfile #profileHeader #profileBar #profileHeaderInfo {
  position: absolute;
  top: 0;
  left: 94px;
  color: #fff;
  font-size: 17px;
  line-height: 39px;
  padding: 0 10px;
}
html body #playerProfile #profileHeader #profileBar #profileHeaderInfo a {
  color: #E67406;
  text-decoration: none;
}
html body #playerProfile #profileHeader #profileBar #profileToggle {
  cursor: pointer;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}
html body #playerProfile #profileHeader #profileBar #profileToggle #profileToggleArrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/arrows.png?v=3286017361') no-repeat -60px 0 transparent;
  margin-bottom: -3px;
}
html body #playerProfile #profileHeader #profileAvatar {
  cursor: pointer;
  position: absolute;
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/profile-avatar.jpg?v=1613381111') no-repeat 0 0;
  bottom: 10px;
  left: 34px;
  width: 60px;
  height: 63px;
}
html body #playerProfile #profileHeader #profileAvatar.class2 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/2-male-hs.jpg?v=2335459506') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class2.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/2-female-hs.jpg?v=920701955') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class4 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/4-male-hs.jpg?v=1644484237') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class4.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/4-female-hs.jpg?v=749980264') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class5 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/5-male-hs.jpg?v=2424422955') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class5.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/5-female-hs.jpg?v=792333588') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class6 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/6-male-hs.jpg?v=3102912602') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class6.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/6-female-hs.jpg?v=946620536') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class7 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/7-male-hs.jpg?v=3248830068') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class7.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/7-female-hs.jpg?v=715137774') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class8 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/8-male-hs.jpg?v=213558772') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class8.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/8-female-hs.jpg?v=2306505147') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class10 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/10-male-hs.jpg?v=1980761596') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class10.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/10-female-hs.jpg?v=1559302722') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class12 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/12-male-hs.jpg?v=2760047061') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class12.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/12-female-hs.jpg?v=3714017433') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class13 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/13-male-hs.jpg?v=951810972') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class13.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/13-female-hs.jpg?v=1131249419') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class14 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/14-male-hs.jpg?v=3419641429') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class14.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/14-female-hs.jpg?v=1720794033') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class15 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/15-male-hs.jpg?v=3472269144') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class15.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/15-female-hs.jpg?v=2819331617') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class16 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/16-male-hs.jpg?v=1252674021') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class16.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/16-female-hs.jpg?v=3592539308') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class17 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/17-male-hs.jpg?v=3604799599') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class17.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/17-female-hs.jpg?v=1384083205') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class19 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/19-male-hs.jpg?v=2573878789') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class19.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/19-female-hs.jpg?v=1778724045') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class20 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/20-male-hs.jpg?v=2234979398') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class20.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/20-female-hs.jpg?v=821396811') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class21 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/21-male-hs.jpg?v=3925891348') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class21.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/21-female-hs.jpg?v=3585239109') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class22 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/21-male-hs.jpg?v=3925891348') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class22.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/21-female-hs.jpg?v=3585239109') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class23 {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/21-male-hs.jpg?v=3925891348') no-repeat 0 0;
}
html body #playerProfile #profileHeader #profileAvatar.class23.female {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/21-female-hs.jpg?v=3585239109') no-repeat 0 0;
}
html body #playerProfile #profileContent {
  position: relative;
  width: 400px;
  background: #002224;
  background: -moz-linear-gradient(top, #002224 0%, #05464c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002224), color-stop(100%, #05464c));
  background: -webkit-linear-gradient(top, #002224 0%, #05464c 100%);
  background: -o-linear-gradient(top, #002224 0%, #05464c 100%);
  background: -ms-linear-gradient(top, #002224 0%, #05464c 100%);
  background: linear-gradient(to bottom, #002224 0%, #05464c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002224', endColorstr='#05464c', GradientType=0);
  border-right: 1px solid #09656a;
  overflow: hidden;
  height: 0;
}
html body #playerProfile #profileContent #profileContentWrapper {
  padding: 10px 15px 20px 15px;
  color: #fff;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabs {
  border-bottom: 1px solid #008088;
  margin-bottom: 10px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabs li a {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  margin: 0 20px -1px 0;
  color: #fff;
  font-size: 16px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabs li.active a {
  color: #f9871c;
  border-bottom: 3px solid #f9871c;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent .profileLoader {
  background: url('https://www-cdn.planetside2.com/img/temp/loader.gif?v=2732785009') center center transparent no-repeat;
  width: 100%;
  height: 100px;
  margin: 20px auto;
  text-align: center;
  background-size: contain;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #characterSelect {
  background: #001717;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #characterSelect #currentCharacter {
  padding: 7px 10px;
  height: 34px;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #characterSelect #currentCharacter .caret {
  float: right;
  margin-top: 8px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #characterSelect .dropdown-menu {
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #characterSelect .dropdown-menu li {
  background: #013F43;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats .stat-value {
  color: #2de6f8;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #topStatsContainer {
  width: 100%;
  border-bottom: 1px solid #025f66;
  padding: 10px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #topStatsContainer .stat-icon {
  float: left;
  width: 40px;
  height: 47px;
  margin-right: 10px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #topStatsContainer .stat-icon.kdr {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/kdr.png?v=588066362') no-repeat center center transparent;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #topStatsContainer .stat-icon.spm {
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/spm.png?v=1220302102') no-repeat center center transparent;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #topStatsContainer #spmContainer {
  width: 50%;
  float: left;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #topStatsContainer #kdrContainr {
  width: 50%;
  float: right;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #leftStatsContainer {
  border-right: 1px solid #025f66;
  padding: 10px;
  width: 45%;
  float: left;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #leftStatsContainer .stat-title {
  margin-top: 5px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #leftStatsContainer .stat-title:first-child {
  margin-top: 0;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #rightStatsContainer {
  float: right;
  width: 55%;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #rightStatsContainer #lastKillContainer {
  border-bottom: 1px solid #025f66;
  padding: 10px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #rightStatsContainer #lastKillContainer #killVictim {
  color: #2DE6F8;
  height: 32px;
  line-height: 32px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #rightStatsContainer #lastKillContainer #killVictim .factionImage {
  width: 32px;
  height: 32px;
  float: left;
  background: url('https://www-cdn.planetside2.com/img/global/player-profile/factions.png?v=2475711837') no-repeat 0 0 transparent;
  margin-right: 7px;
  display: none;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #rightStatsContainer #lastKillContainer #killVictim .factionImage.faction1 {
  display: block;
  background-position: 0 0;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #rightStatsContainer #lastKillContainer #killVictim .factionImage.faction2 {
  display: block;
  background-position: -32px 0;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #rightStatsContainer #lastKillContainer #killVictim .factionImage.faction3 {
  display: block;
  background-position: -64px 0;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #rightStatsContainer #lastUnlockedContainer {
  padding: 10px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #rightStatsContainer #lastUnlockedContainer .stat-value {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #rightStatsContainer #lastUnlockedContainer #lastUnlockedImage {
  min-height: 60px;
  width: 100%;
  display: block;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #rightStatsContainer #lastUnlockedContainer #lastUnlockedImage img {
  max-width: 100%;
  max-height: 60px;
  display: block;
  margin: 0 auto;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #rightStatsContainer #lastUnlockedContainer.no-record #lastUnlockedName {
  line-height: 32px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverStatus {
  padding: 0;
  margin: 0;
  list-style: none;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverStatus .serverItem {
  padding: 6px 15px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverStatus .serverItem.closed {
  color: #226f77;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverStatus .serverItem:nth-child(odd) {
  background: #002629;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverStatus .serverItem:nth-child(even) {
  background: #024146;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverStatus .serverItem span {
  float: right;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverStatus .serverItem span.active em {
  background: #1ac833;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverStatus .serverItem span.closed em {
  background: #c7191a;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverStatus .serverItem span em {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-left: 10px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverFooter {
  margin-top: 10px;
  border-top: 1px solid #008088;
  height: 90px;
  position: relative;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverFooter #footerTextContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 90px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverFooter #footerTextContainer #footerText {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverFooter #footerButtonContainer {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 90px;
}
html body #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverFooter #footerButtonContainer .button {
  opacity: 0.8;
  position: absolute;
  color: #fff;
  text-decoration: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 17px;
  margin: auto;
  background: #e67406;
  background: -moz-linear-gradient(top, #e67406 0%, #c55303 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e67406), color-stop(100%, #c55303));
  background: -webkit-linear-gradient(top, #e67406 0%, #c55303 100%);
  background: -o-linear-gradient(top, #e67406 0%, #c55303 100%);
  background: -ms-linear-gradient(top, #e67406 0%, #c55303 100%);
  background: linear-gradient(to bottom, #e67406 0%, #c55303 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e67406', endColorstr='#c55303', GradientType=0);
  box-shadow: 1px 1px 3px #000;
  font-weight: bold;
}
html body #playerProfile.mini #profileHeader #profileBar #profileMinimize #profileMinimizeArrow {
  background-position: -40px top;
}
html body #playerProfile.in #profileHeader #profileBar #profileMinimize #profileMinimizeArrow {
  background-position: 0px top;
}
html body #playerProfile.in #profileHeader #profileBar #profileToggle #profileToggleArrow {
  background-position: -80px top;
}
html body.hover-enabled #alert-bar #alert-close:hover {
  background-position: top right;
}
html body.hover-enabled #footer #footerLinks ul.footerTextLinks li a:hover {
  color: #E67406;
}
html body.hover-enabled #footer #footerLinks ul#footerSocialLinks li a.footer-social-link:hover {
  opacity: 1.0;
}
html body.hover-enabled #footer #footerLegal .legal-links a:hover {
  color: #fff;
}
html body.hover-enabled #playerProfile #profileHeader #profileBar #profileHeaderInfo a:hover {
  color: #fff;
}
html body.hover-enabled #playerProfile #profileContent #profileContentWrapper #profileTabs li:hover a {
  color: #f9871c;
}
html body.hover-enabled #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #characterSelect .dropdown-menu li:hover {
  background: #008088;
}
html body.hover-enabled #playerProfile #profileContent #profileContentWrapper #profileTabsContent #playerStats #characterSelect .dropdown-menu li:hover a {
  color: #fff;
}
html body.hover-enabled #playerProfile #profileContent #profileContentWrapper #profileTabsContent #serverStatusTab #serverFooter #footerButtonContainer .button:hover {
  opacity: 1.0;
  background: #e67406;
}
@media (min-width: 768px) {
  html.ie9 body #mainNav {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  html.ie9 body #mainNav {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  html.ie9 body #mainNav {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  html.ie9 body #mainNav .navbar-collapse a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
html.ie9 body #mainNav .platform-choice .play-free-choices {
  font-size: 18px;
}
html.ie9 body #mainNav .platform-choice a.main-nav-play-btn {
  font-size: 14px;
}


/* end /styles/core-new.css*/

/* start /web-platform/styles/web-make-believe-bar/web-make-believe.css*/
#topBar {
	background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/make-believe-bar/images/make-believe-bg-dark.jpg?v=3977806040') repeat-x center top;
	height: 38px;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 900;
	clear: both;
}

#topBar img {
	vertical-align: middle;
}

#topBar #topBarAlign {
	max-width: 1000px;
	margin: auto;
}
#topBar #topBarAlign #navMenu {
	height: 38px;
}
#topBar a#soeLogo {
	cursor: pointer;
	float: right;
	display: block;
	height: 38px;
	width: 155px;
	background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/make-believe-bar/images/soe-logo-dark.png?v=830913941') no-repeat center top;
}

#topBar #allAccessLogo {
	position: relative;
	top: -1px;
	padding-left: 2px;
}

#topBar #playerTools {
	background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/make-believe-bar/images/divider-dark.png?v=973162284') no-repeat right;
	color: #d9d9d9!important;
	display: inline;
	float: right;
	font-size: 11px;
	list-style: none;
	position: relative;
	font-family: arial;
	text-transform: capitalize;
}
#topBar #playerTools li {
	background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/make-believe-bar/images/divider-dark.png?v=973162284') no-repeat left;
	cursor: pointer;
	float: left;
	position: relative;
}
#topBar #playerTools li#mb-loggedInLinks, #topBar #playerTools li#signinDesktop {
	background: none;
}
#topBar #playerTools li a {
	color: #d9d9d9 !important;
	display: inline-block;
	text-decoration: none !important;
	font-weight: normal;
}

#topBar #playerTools li ul li {
	padding: 0px;
}
body.hover-enabled #topBar #playerTools li#mb-accountOptions:hover,  body.hover-enabled #topBar #playerTools li#mb-loggedInLinks:hover{
	background-color: #0f0f0f;
}
#topBar #playerTools li#mb-accountOptions ul, #topBar #playerTools li#mb-allAccess ul, #topBar #playerTools li#mb-loggedInLinks ul {
	background: #0f0f0f;
	border: 1px solid #38291f;
	border-top: none;
	left: -9999px;
	margin-top: 10px;
	margin-left: 3px;
	position: absolute;
	text-align: left;
	z-index: 100;
	box-shadow: 0 3px 3px black;
	top: 27px;
}
#topBar #playerTools li#mb-accountOptions li, #topBar #playerTools li#mb-allAccess li, #topBar #playerTools li#mb-loggedInLinks li {
	text-transform: capitalize;
}
#topBar #playerTools li#mb-accountOptions li a, #topBar #playerTools li#mb-allAccess li, #topBar #playerTools li#mb-loggedInLinks li a {
	padding: 5px;
	font-size: 12px;
}
#topBar #playerTools li#mb-allAccess ul.mb-getAllAccess li {
	background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/make-believe-bar/images/side-arrow.jpg?v=2025784268') no-repeat scroll 5px 9px rgba(0, 0, 0, 0);
	padding-left: 20px;
	padding-right: 15px;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess {
	width: 290px;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li {
	padding: 5px;
	white-space: normal;
	cursor: default !important;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li span.mb-rewards{
	color: #ffffff;
	font-weight: bold;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li#mb-member-info-link a, #topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li a#membershipLink{
	color: #328efd !important;
	font-weight: bold;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li#mb-member-info-link a:hover,  #topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li a#membershipLink:hover{
	color: #ffffff !important;
}
#topBar #playerTools li#mb-allAccess li#mb-allAccess-title {
	background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/make-believe-bar/images/tryAllAccessBg.png?v=3063321847') no-repeat scroll top left rgba(0, 0, 0, 0);
	padding-top: 15px;
	height: 41px;
	font-weight: bold;
	color: #ffffff;
}
#topBar #playerTools li#mb-allAccess li#mb-find-out-more {
	font-weight: bold;
	color: #303030;
	font-size: 13px;
	margin-bottom: 10px;
	background: none;
}
#topBar #playerTools li#mb-allAccess span.promo-title {
	color: #ffc600;
	font-weight: bold;
}
#topBar #playerTools li#mb-accountOptions li:hover, #topBar #playerTools li#mb-loggedInLinks li:hover {
	background-color: #323131;
}
#topBar #playerTools ul li {
	background: transparent;
	float: none;
	white-space: nowrap;
}
#topBar #playerTools li a#loginLink,
#topBar #playerTools li a#accountCreate,
#topBar #playerTools .username,
#topBar #playerTools .sign-out,
#topBar #playerTools li.sign-out a{
	color: #45a7f1 !important;
}
#topBar #playerTools li a#loginLink:hover,
#topBar #playerTools li a#accountCreate:hover,
#topBar #playerTools .username:hover,
#topBar #playerTools .sign-out:hover,
#topBar #playerTools li.sign-out a:hover {
	color: #7cc4fb !important;
}
#topBar #playerTools li.sign-out {
	border-top: solid 1px #2d2d2d;
}
#topBar li#mb-accountOptions span#downArrow, #topBar li#mb-allAccess span#downArrow, #topBar li#mb-loggedInLinks span#downArrow{
	background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/make-believe-bar/images/downArrow.jpg?v=3625558023') no-repeat;
	display: inline-block;
	height: 13px;
	width: 13px;
	top: 2px;
	margin-left: 10px;
    position: relative;
}

#topBar #playerTools li#mb-accountOptions:hover ul, #topBar #playerTools li#mb-allAccess:hover ul,#topBar #playerTools li#mb-loggedInLinks:hover ul {
	left: 0;
}
#topBar #playerTools li a:hover {
	color: #ffffff !important;
	text-decoration: none !!important;
}

/* ripped from bootstrap for responsive sites */

#topBar ul.account-area {
	float: right;
	height: 38px;
	list-style: none outside none;
	padding: 0;
	top: 0px;
}
#topBar ul.account-area li.top-level {
	color: #D9D9D9;
	cursor: default;
	float: left;
	line-height: 38px;
	list-style: none outside none;
	margin: 0;
	padding-left: 15px;
	padding-right: 10px;
	position: relative;
}
#topBar ul.account-area li.top-level a.account-link {
	color: #FFFFFF;
}
#topBar ul.account-area li.top-level ul.dropdown-level {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #000000;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-color: -moz-use-text-color #2D2D2D #2D2D2D;
	border-image: none;
	border-right: 1px solid #2D2D2D;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	box-shadow: 0 15px 40px -15px rgba(0, 0, 0, 0.8);
	left: 0;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 2px;
	position: absolute;
	top: 38px;
	width: auto;
	min-width: 185px;
	z-index: 100;
}
#topBar ul.account-area li.top-level ul.dropdown-level.mb-getAllAccess {
	margin-left: -40px !important;
}
#topBar ul.account-area li.top-level ul.dropdown-level li {
	line-height: 20px;
	min-height: 30px;
	list-style: none outside none;
}
#topBar ul.account-area li.top-level ul.dropdown-level li a {
	color: #C0C0C0;
	display: block;
	line-height: 22px;
	background: none;
}
#topBar .btn-default {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	color: #333333;
}
#topBar .btn-navbar {
	background-image: linear-gradient(to bottom, #D9D6D6 0%, #CCC9C9 100%) !important;
	background-repeat: repeat-x;
	border-color: #000000;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	color: #FFFFFF;
	display: none;
	float: right;
	margin-left: 5px;
	margin-right: 2px;
	padding: 7px 10px;
	width: 100px !important;
}
#topBar .btn-navbar .navbar-text {
	color: #191919 !important;
	float: right;
	font-size: 20px;
	font-weight: 700;
	line-height: 5px;
	width: 50px;
}

#topBar .btn-find-out-more {
	background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/make-believe-bar/images/btn-primary.jpg?v=502724343') top right repeat-x !important;
	border-color: #000000 !important;
	padding: 4px 29px 0px 5px !important;
	width: auto !important;
	height: 30px !important;
	color: #303030 !important;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.50) !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	overflow: hidden;
}

#topBar #playerTools li a.btn-find-out-more {
    color: #303030 !important;
}

#topBar #playerTools ul.mb-getAllAccess li{
   cursor: default !important;
}

#topBar #playerTools a {
    margin-left: 5px;
}

#topBar #playerTools li#mb-accountOptions li#mb-supportLink, 
#topBar #playerTools li#mb-allAccess li#mb-supportLink, 
#topBar #playerTools li#mb-loggedInLinks li#mb-supportLink,
 #topBar #playerTools li#mb-accountOptions li#mb-forumLink,
 #topBar #playerTools li#mb-allAccess li#mb-forumLink,
 #topBar #playerTools li#mb-loggedInLinks li#mb-forumLink {
    display: none !important;
}

#mbNavCollpase ul {
	padding-left: 0px;
	background: none !important;
	margin: 0;
}

#mbNavCollpase li{
	display: block;
}

#topBar ul#playerTools li#mb-accountOptions #login-link-dropdown {
	float: right;
}

@media (max-width: 767px) {
	#topBar ul#playerTools li#mb-accountOptions ul.dropdown-level {
	    margin-left: -60px;
	}
	#topBar #playerTools li#mb-allAccess ul {
		margin-left: -110px !important;
	}
	#topBar #playerTools li#mb-allAccess li#mb-allAccess-title {
		background: url('https://www-cdn.planetside2.com/web-platform/includes/framework/web-platform/make-believe-bar/images/tryAllAccessBg.png?v=3063321847') no-repeat scroll right top rgba(0, 0, 0, 0);
	}
	#topBar #topBarAlign .btn-navbar {
		display: block;
	    width: auto !important;
	    background-image: none !important;
	    background: transparent;
	    border: none;
	    height: 35px;
	}

	#topBarAlign .btn-navbar {
		border-radius: 0;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
		display: none;
		float: right;
		margin: 1px 2px 0 5px;
		max-height: 36px;
		outline: medium none;
		padding: 4px 10px 0;
	}
	#topBar .btn-navbar span.navbar-text {
	    display: none;
	}
	#topBar #topBarAlign .icon-bar {
	    margin-top: 5px;
	    margin-bottom: 5px;
	}

	.navbar #mbNavCollpase .nav {
	  float: none !important;
	  margin: 0px !important;
	}

	.navbar #mbNavCollpase ul.nav li ul.dropdown-level {
	  padding-left: 0px;
	}

	.navbar #mbNavCollpase .nav > li {
	  float: none;
	  width: 100%
	}
	.navbar-fixed-top #mbNavCollpase.navbar-collapse, .navbar-fixed-bottom #mbNavCollpase.navbar-collapse {
		 max-height: none;
	}

	#mbNavCollpase.navbar-collapse.in {
		overflow-y: visible;
		width: 100%;
		height: 100%;
	}

	.container > .navbar-header, .container-fluid > .navbar-header, .container > #mbNavCollpase.navbar-collapse, .container-fluid > #mbNavCollpase.navbar-collapse {
		margin: 0;
	}

	#mbNavCollpase.navbar-collapse {
		background-color: #0f0f0f;
		border: 1px solid #38291f;
		padding: 0 !important;
		width: 100%;
		overflow-y: visible;
	}
	#mbNavCollpase.navbar-collapse ul.top-level-list li {
	    padding-left: 15px !important;
	    padding-top: 5px;
	    padding-bottom: 5px;
	}
	#mbNavCollpase.navbar-collapse ul.top-level-list li.mb-loggedInLinks {
	    padding-left: 0px !important;
	    font-size: 12px !important;
	    font-family: arial !important;
	}
	#mbNavCollpase.navbar-collapse ul.top-level-list li a {
		font-size: 12px !important;
		color: #d9d9d9 !important;
	    padding-left: 37px;
	    padding-top: 5px !important;
	    padding-bottom: 5px !important;
	    text-align: left;
	    width: 100% !important;
	    font-family: arial !important;
	    text-shadow: none;
	    font-weight: normal;
	}
	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
	    margin-left: -2px;
	    margin-right: -2px;
	}
	#topBar #topBarAlign .btn-navbar .icon-bar {
    background-color: #5d5d5d;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 4px;
    width: 22px;
	}
	#mbNavCollpase.navbar-collapse ul.top-level-list li:hover {
		background-color: #323131 !important;
	}
	#mbNavCollpase.navbar-collapse ul.top-level-list li.mb-loggedInLinks:hover {
		background-color: transparent !important;
	}
	#mbNavCollpase.navbar-collapse ul.top-level-list li a:hover {
		background-color: transparent !important;
		color: #ffffff !important;
	}
	#topBar ul#playerTools li#mb-loggedInLinks, #topBar ul#playerTools li#mb-accountOptions #login-link-dropdown {
		display: none !important;
	}
	#topBar ul#playerTools li#mb-loggedInLinks  ul.dropdown-level {
	    margin-left: -60px;
	}
	#mbNavCollpase.navbar-collapse ul.top-level-list li.support-link, #mbNavCollpase.navbar-collapse ul.top-level-list li.forums-link{
	    display: block !important;
	}
	#mbNavCollpase.navbar-collapse ul.top-level-list li.mb-loggedInLinks span.welcome{
		padding-left: 15px !important;
		color: #d9d9d9;
	}
	#mbNavCollpase.navbar-collapse ul.top-level-list li.mb-loggedInLinks.stationcash:hover{
		background-color: #323131 !important;
	}
	#mbNavCollpase.navbar-collapse ul.top-level-list li.mb-loggedInLinks a {
		margin: 0px; 
		display: block; 
		width: 100%; 
		height: 100%;
	}
	#mbNavCollpase.navbar-collapse ul.top-level-list li.sign-out {
		border-top: solid 1px #ffffff !!important;
	}
	#mbNavCollpase.navbar-collapse ul.top-level-list li.mb-loggedInLinks span.username, #mbNavCollpase.navbar-collapse ul.top-level-list li.sign-out a {
		color: #45a7f1 !important;
	}
	#mbNavCollpase.navbar-collapse ul.top-level-list li.mb-loggedInLinks span.username:hover, #mbNavCollpase.navbar-collapse ul.top-level-list li.sign-out a:hover {
		color: #7cc4fb !important;
	}
	#topBar #topBarAlign #navMenu ul#playerTools li#mb-allAccess {
	    display: none !important;
	}
}


@media (min-width: 479px) and (max-width: 767px) {
	#mbNavCollpase.navbar-collapse ul.top-level-list li#signinDesktopMoble {
		display: none !important;
	}
}

@media (min-width: 427px) and (max-width: 467px) {
	#topBar #topBarAlign #navMenu ul#playerTools li#signinDesktop {
	    display: none !important;
	}
	#mbNavCollpase.navbar-collapse ul.top-level-list li#signinDesktopMoble {
	    display: block !important;
	}
}

@media (max-width: 479px) {
	#topBar ul#playerTools .welcome {
	    display: none;
	}
	#topBar #topBarAlign #navMenu ul#playerTools li#signinDesktop {
	    display: none !important;
	}
	#topBar ul#playerTools a#mb-scBalanceLink {
	    display: none;
	}
	#topBar #playerTools li {
    	background: none;
	}
	#topBar #playerTools {
	    background: none;
	}
	#topBar ul.account-area li.top-level {
	    padding: 0;
	}
}

/* end /web-platform/styles/web-make-believe-bar/web-make-believe.css*/

/* start /styles/_pages/faq.css*/
/* --- FAQ CSS --- */
#faq #faq-top {
	height: 16px;
	width: 978px;
	margin-top: 6px;
	background: url('https://www-cdn.planetside2.com/images/gameinfo/faq_BgTop_978x16.png?v=3982551287') no-repeat;
}
#faq #faq-mid {
	padding: 10px;
	background: url('https://www-cdn.planetside2.com/images/gameinfo/faq_BgMid_978x100.png?v=277436475') repeat;
}
#faq-bottom {
	height: 30px;
	width: 978px;
	background: url('https://www-cdn.planetside2.com/images/gameinfo/faq_BgBottom_978x74.png?v=808952445') no-repeat bottom;
}
#faq #faq-mid .headerArt {
	width: 978px;
	height: 262px;
	margin-top: -15px;
	background: url('https://www-cdn.planetside2.com/images/gameinfo/faq_HeaderArt_958x248.png?v=2848818730') no-repeat;
}
#faq-mid a.collapse-expand {
	color: #2EE7F8;
	cursor: pointer;
	float: right;
	font-size: 13px;
	margin: 4px 20px 0 10px;
}
#faq-mid a.collapse-expand span {
	color: #2EE7F8;
	font-family: Courier;
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
	position: relative;
	top: 0;
}
body.hover-enabled #faq-mid a.collapse-expand:hover{
	color:#ff7400;
}
body.hover-enabled #faq-mid a.collapse-expand:hover span {
	color:#ff7400;
}
#faq #faq-mid dl {
	padding: 0 10px;
}
#faq #faq-mid dt span {
	margin-right: 8px;
	color: #fff;
}
#faq #faq-mid dt {
	margin: 14px 0 0 8px;
	color: #2B9AA5;
	font: 20px Electrolize, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	height: 40px;
	background-image: url('https://www-cdn.planetside2.com/images/gameinfo/faq_DottedLine_4x2.png?v=1849829802');
	background-repeat: repeat-x;
	background-position: left bottom;
}
body.hover-enabled #faq #faq-mid dt:hover{
	color: #2EE7F8;
}
#faq #faq-mid dd {
	font-size: 15px;
	line-height: 22px;
	margin: 8px 0 30px 0;
	display: none;
	padding: 0 36px;
}
#faq #faq-mid dd a{
	color: #2B9AA5;
}
body.hover-enabled #faq #faq-mid dd a:hover{
	color: #2EE7F8;
}
#faq #faq-mid dd strong {
	font-family: Electrolize,sans-serif;
	color: #2EE7F8;
}
#faq #faq-mid dd ul li {
	float: none;
	list-style: none;
}
#faq #faq-mid dd ul li span {
	font-weight: bold;
	color: #ffffff;
	width: 124px;
	display: inline-block;
	text-align: right;
}
#socialMediaHeader {
	display: block;
	height: 34px;
	width: 200px;
	float: right;
	font-size: 14px;
	line-height: 34px;
}
.socialIcon{
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	background: url('https://www-cdn.planetside2.com/images/ps2onps4/social-icons-sprite.png?v=3729236727') 0 0 transparent no-repeat;
	margin: 3px 3px 0 0;
}
.socialIcon.facebook{
	background-position: 0 0;
}
.socialIcon.youtube{
	background-position: -30px 0;
}
.socialIcon.twitter{
	background-position: -60px 0;
}
.socialIcon.gplus{
	background-position: -90px 0;
}
.socialIcon.reddit{
	background-position: -120px 0;
}
.socialIcon.twitch{
	background-position: -150px 0;
}
.socialIcon.facebook:hover{
	background-position: 0 -30px;
}
.socialIcon.youtube:hover{
	background-position: -30px -30px;
}
.socialIcon.twitter:hover{
	background-position: -60px -30px;
}
.socialIcon.gplus:hover{
	background-position: -90px -30px;
}
.socialIcon.reddit:hover{
	background-position: -120px -30px;
}
.socialIcon.twitch:hover{
	background-position: -150px -30px;
}

/* end /styles/_pages/faq.css*/
